Deploy a {FeatureName}
To deploy a {FeatureName}, you create an instance of the {FeatureResourceName} resource.
Procedure
-
Create a YAML file for a
{FeatureResourceName}resource that contains the custom resource definition. -
Create the custom resource in the cluster by running the following command:
$ oc create -f <filename>.yamlwhere:
<filename>-
Specifies the name of the YAML file you created.